From: Juanma Barranquero Date: Fri, 9 Mar 2007 17:31:12 +0000 (+0000) Subject: (Fdescribe_buffer_bindings): Check that BUFFER is valid. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1661 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ca77b9cebad7d9e87772a9c0165eac9b78db8a1a;p=emacs.git (Fdescribe_buffer_bindings): Check that BUFFER is valid. --- diff --git a/src/keymap.c b/src/keymap.c index dd126a9a8f3..00a182f52f0 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -2992,6 +2992,8 @@ Keyboard translations:\n\n\ You type Translation\n\ -------- -----------\n"; + CHECK_BUFFER (buffer); + shadow = Qnil; GCPRO1 (shadow);